home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 287
- Top = 157
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Add Registry Entry'
- ClientHeight = 264
- ClientWidth = 341
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 7
- Top = 98
- Width = 202
- Height = 13
- Caption = 'Sub-key path of registry entry to be erased:'
- end
- object Label2: TLabel
- Left = 10
- Top = 203
- Width = 61
- Height = 13
- Caption = 'Value Name:'
- end
- object Label3: TLabel
- Left = 9
- Top = 138
- Width = 208
- Height = 14
- Caption = 'Sub-Key Example: Software\Washer\Test123'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 6
- Top = 115
- Width = 326
- Height = 21
- TabOrder = 8
- end
- object RadioGroup1: TRadioGroup
- Left = 9
- Top = 3
- Width = 323
- Height = 90
- Caption = 'Top level key of registry entry to be erased:'
- TabOrder = 7
- end
- object RadioButton1: TRadioButton
- Left = 29
- Top = 21
- Width = 137
- Height = 17
- Caption = 'HKey_Local_Machine'
- TabOrder = 0
- end
- object RadioButton3: TRadioButton
- Left = 29
- Top = 37
- Width = 137
- Height = 17
- Caption = 'HKey_Classes_Root'
- TabOrder = 1
- end
- object RadioButton5: TRadioButton
- Left = 29
- Top = 53
- Width = 113
- Height = 17
- Caption = 'HKey_Users'
- TabOrder = 2
- end
- object RadioButton7: TRadioButton
- Left = 29
- Top = 69
- Width = 145
- Height = 17
- Caption = 'HKey_Performance_Data'
- TabOrder = 3
- end
- object RadioButton2: TRadioButton
- Left = 173
- Top = 21
- Width = 137
- Height = 17
- Caption = 'HKey_Current_User'
- TabOrder = 4
- end
- object RadioButton4: TRadioButton
- Left = 173
- Top = 37
- Width = 137
- Height = 17
- Caption = 'HKey_Current_Config'
- TabOrder = 5
- end
- object RadioButton6: TRadioButton
- Left = 173
- Top = 53
- Width = 113
- Height = 17
- Caption = 'HKey_Dyn_Data'
- TabOrder = 6
- end
- object CheckBox2: TCheckBox
- Left = 7
- Top = 178
- Width = 152
- Height = 15
- Caption = 'Erase value within sub-key'
- TabOrder = 10
- OnClick = CheckBox2Click
- end
- object CheckBox1: TCheckBox
- Left = 7
- Top = 157
- Width = 120
- Height = 18
- Caption = 'Erase entire sub-key'
- State = cbChecked
- TabOrder = 9
- OnClick = CheckBox1Click
- end
- object Edit2: TEdit
- Left = 75
- Top = 200
- Width = 209
- Height = 21
- Color = clGray
- Enabled = False
- TabOrder = 11
- end
- object Button1: TButton
- Left = 88
- Top = 237
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 12
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 176
- Top = 237
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 13
- OnClick = Button2Click
- end
- end
-